From 1b7a99cb24740e44c64a68984bae9ab6a3420d7f Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Thu, 22 Oct 2020 00:36:23 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- modules/printbackends/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/printbackends/meson.build b/modules/printbackends/meson.build index b60fdb202f..1aa6f8de4c 100644 --- a/modules/printbackends/meson.build +++ b/modules/printbackends/meson.build @@ -51,7 +51,7 @@ endif rest_dep = dependency('rest-0.7', required : get_option('print-cloudprint')) json_glib_dep = dependency('json-glib-1.0', required : get_option('print-cloudprint')) if rest_dep.found() and json_glib_dep.found() - print_backends += ['cloudprint'] + print_backends += 'cloudprint' shared_module('printbackend-cloudprint', 'gtkprintbackendcloudprint.c', 'gtkprintercloudprint.c', -- 2.30.2